home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / et / et3_0-a1.lha / et3 / src / VObjectPair.C < prev    next >
C/C++ Source or Header  |  1992-04-27  |  309b  |  19 lines

  1. #ifdef __GNUG__
  2. #pragma implementation
  3. #endif
  4.  
  5. #include "VObjectPair.h"
  6.  
  7. #include "Class.h"
  8.  
  9. //---- VObjectPair -------------------------------------------------------------
  10.  
  11. NewMetaImpl0(VObjectPair,HBox);
  12.  
  13. VObjectPair::VObjectPair(VObject *l, VObject *r, Point g)
  14.                         : HBox(g, eVObjVBase, l, r, 0)
  15. {
  16. }
  17.  
  18.  
  19.